home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 78
/
(Vol 78) My Disc.iso
/
Games
/
okcukopek.swf
/
scripts
/
frame_4
/
PlaceObject2_439_594
/
CLIPACTIONRECORD onClipEvent(load).as
Wrap
Text File
|
2008-10-28
|
154b
|
11 lines
onClipEvent(load){
if(_root.vol == 1)
{
this.gotoAndStop(1);
}
else if(_root.vol == 0)
{
this.gotoAndStop(2);
}
}